Determine the value returned by the function.
def diff(num1, num2): total = num1 + num2 return total
Experiment with this code on Gitpod.io
⬅ Back